func net/http.localRedirect

5 uses

	net/http (current package)
		fs.go#L686: 		localRedirect(w, r, "./")
		fs.go#L711: 				localRedirect(w, r, path.Base(url)+"/")
		fs.go#L722: 			localRedirect(w, r, "../"+base)
		fs.go#L731: 			localRedirect(w, r, path.Base(url)+"/")
		fs.go#L785: func localRedirect(w ResponseWriter, r *Request, newPath string) {